SftTabs/NET 6.0

ButtonsClass Class

Softel vdm, Inc.

  ButtonsClass Class (Softelvdm.SftTabsNET Namespace)

An instance of the ButtonsClass class describes a tab control's Close, Minimize and Restore button attributes.

There is only one instance of the ButtonsClass class for one SftTabs/NET control. It is accessed using the control's Buttons property.

Even though the buttons are called Close, Minimize, Restore buttons, they are not limited to be used for that purpose (Close, Minimize, Restore). The names are merely used to identify the buttons.

VB   

Public Class ButtonsClass Inherits Object

C#   

public class ButtonsClass : Object

C++   

public ref class ButtonsClass : public Object


Public

Constructors

Properties

Fields

Methods

Events

Protected

Constructors

Properties

Fields

Methods

 


Public Constructors

Description

none

This class cannot be instantiated.

   

Public Properties

Description

public propertyAlignment

Defines the alignment of the Close, Minimize and Restore buttons.

public propertyCloseButtonEnabled

Defines whether the Close button is enabled.

public propertyCloseButtonWanted

Defines whether a Close button is available.

public propertyFullSize

Defines whether the Close, Minimize and Restore button are as large as a tab.

public propertyImage

Defines the Close, Minimize and Restore button image.

public propertyImageDisabled

Defines the Close, Minimize and Restore button image for a disabled button.

public propertyMinimizeButtonEnabled

Defines whether the Minimize button is enabled.

public propertyMinimizeButtonWanted

Defines whether a Minimize button is available.

public propertyRestoreButtonEnabled

Defines whether the Restore button is enabled.

public propertyRestoreButtonWanted

Defines whether a Restore button is available.

public propertyToolTipClose

Defines the tooltip for the Close button.

public propertyToolTipMinimize

Defines the tooltip for the Minimize button.

public propertyToolTipRestore

Defines the tooltip for the Restore button.

  

Public Methods

Description

public methodEqualsinherited from System.Object

Determines whether the specified Object is equal to the current Object.

public methodGetHashCodeinherited from System.Object

Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.

public methodGetTypeinherited from System.Object

Gets the Type of the current instance.

public methodstatic / sharedReferenceEqualsinherited from System.Object

Determines whether the specified Object instances are the same instance.

public methodToStringinherited from System.Object

Returns a String that represents the current Object.

  

Public Event

Description

public eventPropertyChanged

Occurs when a property of a ButtonsClass instance is modified.

  

Protected Methods

Description

protected methodFinalize

ButtonsClass destructor.

protected methodMemberwiseCloneinherited from System.Object

Creates a shallow copy of the current Object.

  

See Also     Softelvdm.SftTabsNET Namespace


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com